
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Arial', sans-serif;
            line-height: 1.6;
            color: #333;
        }

        /* Header/Navigation */
        header {
            background: #fff;
            padding: 0px 0;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
            
            top: 0;
            z-index: 100;
                padding: 0;
    margin: auto;
    height: 120px;
        }

        .container {
            
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        nav {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .logo img{
            height: 100px;
            width: fit-content;
         
        }

        nav ul {
           
             display: flex;
               list-style: none;
               gap: 70px;
              width: 80%;
            color: #000;
             font-weight: bold; 
        }

        nav a {
            text-decoration: none;
            color: #333;
            font-size: 14px;
            transition: color 0.3s;
        }

        nav a:hover {
            color: #0066cc;
        }

        /* Hero Section */
        .hero {
            background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('../img/window4.jpeg');
            background-size: cover;
            background-position: center;
            color: white;
            padding: 120px 0;
            text-align: center;
            margin-bottom: 60px;
            height: 400px;
        }

        .hero h1 {
            font-size: 48px;
            margin-bottom: 20px;
            font-weight: bold;
            padding-top: 50px;
        }

      .hero-2{
            background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('../img/wisec4.jpg');
            background-size: cover;
            background-position: center;
            color: white;
            padding: 120px 0;
            text-align: center;
            margin-bottom: 60px;
            height: 400px;
        }

          .hero-2 h1 {
            font-size: 48px;
            margin-bottom: 20px;
            font-weight: bold;
            padding-top: 50px;
        }

        /* hero 3 */
       

      .hero-3{
            background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('../img/sliding-windows-1.jpg');
            background-size: cover;
            background-position: center;
            color: white;
            padding: 120px 0;
            text-align: center;
            margin-bottom: 60px;
            height: 400px;
        }

          .hero-3 h1 {
            font-size: 48px;
            margin-bottom: 20px;
            font-weight: bold;
            padding-top: 50px;
        }
        /* hero - 4 */

         .hero-4{
            background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('../img/sea-area.jpeg');
            background-size: cover;
            background-position: center;
            color: white;
            padding: 120px 0;
            text-align: center;
            margin-bottom: 60px;
            height: 400px;
        }

          .hero-4 h1 {
            font-size: 48px;
            margin-bottom: 20px;
            font-weight: bold;
            padding-top: 50px;
        }
        /* hero 5 */

        .hero-5{
            background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('../img/Bifold-doors.jpg');
            background-size: cover;
            background-position: center;
            color: white;
            padding: 120px 0;
            text-align: center;
            margin-bottom: 60px;
            height: 400px;
        }

          .hero-5 h1 {
            font-size: 48px;
            margin-bottom: 20px;
            font-weight: bold;
            padding-top: 50px;
        }

        /* Energy Efficiency Section */
        .energy-section {
            margin-bottom: 0px;
            padding: 0px 0;
            border-bottom: 1px solid #eee;
        }
       

        /* .energy-section h2 {
            font-size: 32px;
            margin-bottom: 30px;
        } */

        .energy-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 10px;
            align-items: center;
        }
        .energy-content li{
            padding-right: 30px;
        }

        .energy-content h2{
            font-size: 32px;
           
        }

       

        .energy-content p {
            color: #666;
            line-height: 1.8;
            margin-bottom: 15px;
           text-align: justify;
        }

        .energy-content img {
            width: 100%;
            height: 500px;
            border-radius: 0px;
        }

          .energy-section-2 h2{
            font-size: 32px;
            margin-bottom: 30px;
            text-align: center;
        }

        /* CTA Section */
        .cta-section {
            background: #FFD7C2;
            padding: 40px;
            border-radius: 8px;
            margin: 10px 0;
            text-align: center;
            width: 100%;
        }

        .cta-section h2 {
            margin-bottom: 20px;
            font-size: 24px;
        }

        .cta-section p {
            color: #000000;
            row-gap: 10px;
            margin-bottom: 20px;
            padding-top: 30px;
        }

        .btn {
            display: inline-block;
            padding: 12px 30px;
            background: #ffffff;
            color: rgb(0, 0, 0);
            text-decoration: none;
            border-radius: 15px;
            transition: background 0.3s;
            border: 3px solid black;
            cursor: pointer;
            font-size: 16px;
        }

        .btn:hover {
            background: #0052a3;
        }

        .btn-secondary {
            background: #333;
        }

        .btn-secondary:hover {
            background: #000;
        }



        
    .cta-section-2 {
            background: #6ca7ff;
            padding: 40px;
            border-radius: 8px;
            margin: 60px 0;
            text-align: center;
            width: 100%;
        }

        .cta-section-2 h2 {
            margin-bottom: 20px;
            font-size: 24px;
        }

        .cta-section-2 p {
            color: #000000;
            row-gap: 10px;
            margin-bottom: 20px;
            padding-top: 30px;
        }

        .btn {
            display: inline-block;
            padding: 12px 30px;
            background: #ffffff;
            color: rgb(0, 0, 0);
            text-decoration: none;
            border-radius: 15px;
            transition: background 0.3s;
            border: 3px solid black;
            cursor: pointer;
            font-size: 16px;
        }

        .btn:hover {
            background: #0052a3;
        }

        .btn-secondary {
            background: #333;
        }

        .btn-secondary:hover {
            background: #000;
        }


        .btn-free{
            display: inline-block;
            background-color: black;
            color: white;
            padding: 12px 30px;
             font-size: 16px;
              cursor: pointer;
               text-decoration: none;
        }

        /* Why Choose Section */
        .why-choose {
            margin: 80px 0;
            /* background-color: #F4F4F4; */
            padding: 20px 0 20px 0;
        }

        .why-choose h2 {
            font-size: 32px;
            margin-bottom: 40px;
            text-align: center;
        }

        .why-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            padding-right: 70px;
           padding-left: 70px;
        }

        .why-card {
            padding: 30px;
            /* background: #f9f9f9; */
            border-radius: 8px;
            text-align: center;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }

        .why-card h2 {
            margin: 15px 0;
            font-size: 24px;
        }

        .why-card p {
            color: #666;
            font-size: 14px;
        }

        .icon {
            width: 50px;
            height: 50px;
            background: #e8f4f8;
            border-radius: 50%;
            margin: 0 auto 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
        }



         .features-section {
            /* margin-bottom: 80px; */
            padding: 0px 0;
            border-bottom: 1px solid #eee;
            padding-left: 70px;
            padding-right: 70px;
        }

        /* .energy-section h2 {
            font-size: 32px;
            margin-bottom: 30px;
        } */

        .features-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            align-items: center;
        }

        .features-content h2{
            font-size: 32px;
            margin-bottom: 30px;
        }

        .features-content p {
            color: #666;
            line-height: 1.8;
            margin-bottom: 15px;
        }

        .features-content img {
            width: 100%;
            height: 600px;
             object-fit: cover;
            
            background-position: center;
           background-repeat: no-repeat;
        }

        /* Features Section */
        /* .features-section {
            margin: 80px 0;
            padding: 60px 0;
            border-top: 1px solid #eee;
            border-bottom: 1px solid #eee;
        }

        .features-section h2 {
            font-size: 32px;
            margin-bottom: 40px;
        }

        .features-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            align-items: center;
        }

        .features-list {
            list-style: none;
        }

        .features-list li {
            padding: 15px 0;
            border-bottom: 1px solid #eee;
            color: #666;
        }

        .features-list li:before {
            content: "✓ ";
            color: #0066cc;
            font-weight: bold;
            margin-right: 10px;
        } */



        .para h1{
            text-align: center;
            font-size: 34px;
            padding-left: 50px;
            padding-right: 50px;
              font-weight: bold;
              padding-top: 30px;
        }

        .para p{
            text-align: center;
            font-size: 18px;
        }
        /* Windows Configuration */
        .windows-config {
            margin: 80px 0;
            text-align: center;
        }

        .windows-config h2 {
            font-size: 32px;
            margin-bottom: 40px;
        }

        .config-grid {
            display: grid;
            grid-template-columns: repeat(6, 1fr);
            gap: 15px;
        }

        .config-item {
            background: #f0f0f0;
            padding: 20px;
            border-radius: 4px;
            aspect-ratio: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
        }

        /* FAQ Section */
        .faq-section {
            margin: 80px 0;
        }

        .faq-section h2 {
            font-size: 32px;
            margin-bottom: 40px;
        }

        .faq-item {
            margin-bottom: 20px;
            border: 1px solid #eee;
            border-radius: 4px;
            overflow: hidden;
        }

        .faq-question {
            padding: 20px;
            background: #f9f9f9;
            cursor: pointer;
            font-weight: bold;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .faq-question:hover {
            background: #f0f0f0;
        }

        .faq-answer {
            padding: 20px;
            display: none;
            color: #666;
        }

        .faq-item.active .faq-answer {
            display: block;
        }

        /* Contact Section */
        /* .contact-section {
            background: #f9f9f9;
            padding: 60px 0;
            margin: 80px 0;
        }

        .contact-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
        }

        .contact-info h3 {
            font-size: 24px;
            margin-bottom: 30px;
        }

        .contact-item {
            margin-bottom: 25px;
        }

        .contact-item strong {
            display: block;
            margin-bottom: 5px;
        }

        .contact-item p {
            color: #666;
            font-size: 14px;
        }

        .form-group {
            margin-bottom: 20px;
        }

        .form-group label {
            display: block;
            margin-bottom: 8px;
            font-weight: bold;
        }

        .form-group input,
        .form-group textarea {
            width: 100%;
            padding: 12px;
            border: 1px solid #ddd;
            border-radius: 4px;
            font-family: Arial, sans-serif;
            font-size: 14px;
        }

        .form-group textarea {
            resize: vertical;
            min-height: 120px;
        } */

        /* Footer */
        /* footer {
            background: #333;
            color: white;
            padding: 60px 0 20px;
        }

        .footer-content {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 40px;
            margin-bottom: 40px;
        }

        .footer-section h4 {
            margin-bottom: 15px;
            font-size: 16px;
        }

        .footer-section ul {
            list-style: none;
        }

        .footer-section ul li {
            margin-bottom: 10px;
        }

        .footer-section a {
            color: #ccc;
            text-decoration: none;
            font-size: 14px;
        }

        .footer-section a:hover {
            color: white;
        }

        .footer-bottom {
            border-top: 1px solid #555;
            padding-top: 20px;
            text-align: center;
            color: #999;
            font-size: 14px;
        }

        .social-links {
            display: flex;
            gap: 15px;
            margin-top: 15px;
        }

        .social-links a {
            color: white;
            font-size: 18px;
        } */

        /* Responsive */
        /* @media (max-width: 768px) {
            nav ul {
                flex-direction: column;
                gap: 15px;
            }

            .hero h1 {
                font-size: 32px;
            }

            .energy-content,
            .features-grid,
            .contact-grid {
                grid-template-columns: 1fr;
            }

            .why-grid {
                grid-template-columns: 1fr;
            }

            .config-grid {
                grid-template-columns: repeat(3, 1fr);
            }

            .footer-content {
                grid-template-columns: 1fr;
            }
        }
     */

     quote-section {
  padding: 90px 0;
  background: #f7f7f7;
}

.quote-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 60px;
  background: #ffffff;
  padding: 50px;
  border-radius: 6px;
}

/* LEFT INFO */
.quote-info .info-item {
  display: flex;
  gap: 15px;
  margin-bottom: 35px;
}

.quote-info .icon {
  font-size: 26px;
}

.quote-info h4 {
  font-size: 18px;
  margin-bottom: 6px;
}

.quote-info p {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}

.highlight {
  color: #6bbcff;
  font-weight: 600;
}

/* FORM */
.quote-form h2 {
  font-size: 30px;
  margin-bottom: 25px;
}

.form-group {
  margin-bottom: 18px;
}

.form-group label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
}

.form-group span {
  color: red;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 14px;
}

.radio-group {
  display: flex;
  gap: 20px;
  font-size: 14px;
}

.submit-btn {
  background: #007bff;
  color: #ffffff;
  border: none;
  padding: 10px 28px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .quote-wrapper {
    grid-template-columns: 1fr;
    padding: 30px;
  }
}
.footer {
  background: #efefef;
  padding-top: 60px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  padding-bottom: 40px;
}

.footer-col h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 14px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  font-size: 14px;
  margin-bottom: 8px;
  color: #000;
}

.footer-col p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 12px;
}

.mt-20 {
  margin-top: 20px;
}

.service-area {
  color: red;
  font-weight: 600;
}

.footer-social {
  display: flex;
  gap: 14px;
  margin-top: 10px;
}

.footer-social span {
  font-size: 14px;
  cursor: pointer;
}

/* COPYRIGHT */
.footer-bottom {
  background: red;
  color: #fff;
  text-align: center;
  padding: 14px 10px;
  font-size: 14px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}
.glazed-doors-section {
  padding: 90px 0;
  background: #ffffff;
}

.glazed-doors-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 60px;
  align-items: flex-start;
}

.glazed-doors-text h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 18px;
}

.glazed-doors-text h3 {
  font-size: 20px;
  margin: 26px 0 12px;
  font-weight: 700;
}

.glazed-doors-text p {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 14px;
}

.glazed-doors-text ul {
  margin-left: 18px;
  margin-bottom: 18px;
}

.glazed-doors-text ul li {
  font-size: 15px;
  margin-bottom: 8px;
  line-height: 1.6;
}

.glazed-doors-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .glazed-doors-grid {
    grid-template-columns: 1fr;
  }
}

.two-box{
      text-align: center;
}
.two-box h2{
    text-align: center;
    font-size: 24px;

}
.box-2 {
    display: flex;
    /* flex-direction: row; */
    padding: 0px 20px 0px 20px;
  
    gap:10px;
}
.box-2 img{
    /* display: flex; */
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* black class */
.black{
    background-color: #000;
    padding: 30px 20px 30px 20px;

}
.black h2{
    padding: 20px 5px 20px 5px;
    text-align: center;
    color: white;
}
.black p{
    text-align: center;
    color: white;
    padding-bottom: 5px;
    
}
.black img{
    gap:20px
}

/* big -box */
.big-box{
  padding: 0px 20px 30px 20px;
}
.big-box h2{
    font-size: 34px;
    text-align: center;
    padding-left: 70px;
    padding-right: 70px;
    gap: 20px;
}
.big-box p{
    gap: 10px;
    font-size: 18px;
    text-align: center;
    padding-right: 70px;
    padding-left: 70px;
}
.benefits-container {
            max-width: 100%;
            margin: 0 auto;
          padding-left: 90px;
          padding-right: 90px;
        }
     
      
        
        .benefit-item {
            display: flex;
            gap: 110px;
            margin-bottom: 50px;
            align-items: flex-start;
        }

        .benefit-icon {
            flex-shrink: 0;
            width: 120px;
            height: 120px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .benefit-icon img {
            width: 100%;
            height: 100%;
        }

        .benefit-content {
           
            flex: 1;
            padding-top: 10px;
        }

        .benefit-content h2 {
            font-size: 28px;
            font-weight: 600;
            color: #000;
            margin-bottom: 15px;
        }

        .benefit-content p {
            font-size: 16px;
            color: #666;
            line-height: 1.6;
        }

        @media (max-width: 768px) {
            .benefit-item {
                flex-direction: column;
                gap: 20px;
            }

            .benefit-icon {
                width: 80px;
                height: 80px;
            }

            .benefit-content h2 {
                font-size: 24px;
            }

            .benefit-content p {
                font-size: 14px;
            }
        }
